[release/v25.3.x] Bump Go toolchain to 1.25.10 and golang.org/x/net to v0.54.0 (Snyk findings)#1507
Open
twmb wants to merge 4 commits intorelease/v25.3.xfrom
Open
[release/v25.3.x] Bump Go toolchain to 1.25.10 and golang.org/x/net to v0.54.0 (Snyk findings)#1507twmb wants to merge 4 commits intorelease/v25.3.xfrom
twmb wants to merge 4 commits intorelease/v25.3.xfrom
Conversation
Backport of #1506 to release/v25.3.x. Addresses: - SNYK-GOLANG-GOLANGORGXNETHTTP2-16535157 / CVE-2026-33814 Infinite loop in golang.org/x/net/http2 https://snyk.io/vuln/SNYK-GOLANG-GOLANGORGXNETHTTP2-16535157 https://pkg.go.dev/vuln/GO-2026-4918 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps the go directive in all workspace modules from 1.25.7 to 1.25.10, addressing HIGH severity stdlib vulnerabilities: - CVE-2026-33811 Double Free in std/net (GO-2026-4981) - CVE-2026-39836 Uncaught Exception in std/net (GO-2026-4971) - CVE-2026-33814 Infinite loop in std/net/http (GO-2026-4918) Snyk reports these as "no fix available" but OSV / Go vuln DB confirm 1.25.10 is the fix release for the 1.25.x line — Snyk DB lag. Also applies CI-regenerated licenses/third_party.md diff for the x/net 0.54.0 transitive bumps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport of #1506 to release/v25.3.x. Comprehensive dep bump across all workspace modules:
Vulnerabilities addressed
HIGH: Infinite loop in golang.org/x/net/http2 — CVE-2026-33814
HIGH: Double Free in std/net — CVE-2026-33811
HIGH: Uncaught Exception in std/net — CVE-2026-39836
HIGH: Infinite loop in std/net/http — CVE-2026-33814
Snyk DB lag — OSV / Go vuln DB confirm the fix releases.
Manual backport (no
backportlabel) — the auto-backport bot does cherry-picks which fail for dep bumps.